mDocs Holder SDK
Toggle table of contents
7.0.1
Select version
7.0.1
7.0.0
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder
/
DeviceKeyPopOptions
Device
Key
Pop
Options
@
Serializable
data
class
DeviceKeyPopOptions
(
val
issuer
:
String
,
val
audience
:
String
,
val
nonce
:
String
?
=
null
,
val
format
:
String
=
"jwt"
)
Specifies options for generating device key proof possession.
Members
Constructors
Device
Key
Pop
Options
Link copied to clipboard
constructor
(
issuer
:
String
,
audience
:
String
,
nonce
:
String
?
=
null
,
format
:
String
=
"jwt"
)
Properties
audience
Link copied to clipboard
val
audience
:
String
format
Link copied to clipboard
val
format
:
String
issuer
Link copied to clipboard
val
issuer
:
String
nonce
Link copied to clipboard
val
nonce
:
String
?